LEADTOOLS (Leadtools assembly)

LeadCollection<T> Constructor(IEnumerable<T>)

Show in webframe







The collection whose items are copied into this collection.
Initializes a new instance of the LeadCollection<T> class that contains items copied from the specified collection and that has the same initial capacity as the number of items copied.
Syntax
public LeadCollection<T>( 
   IEnumerable<T> collection
)
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable(Of T) _
)
'Usage
 
Dim collection As IEnumerable(Of T)
 
Dim instance As New LeadCollection(Of T)(collection)

            

            
function LeadCollection( 
   collection 
)
public:
LeadCollection<T>( 
   IEnumerable<T^>^ collection
)

Parameters

collection
The collection whose items are copied into this collection.
Requirements

Target Platforms

See Also

Reference

LeadCollection<T> Class
LeadCollection<T> Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.